runtime.gList.push (method)
10 uses
runtime (current package)
chan.go#L397: glist.push(gp)
chan.go#L416: glist.push(gp)
mgc.go#L525: work.sweepWaiters.list.push(getg())
mgcscavenge.go#L452: list.push(s.g)
netpoll.go#L493: toRun.push(rg)
netpoll.go#L496: toRun.push(wg)
proc.go#L4639: pp.gFree.push(gp)
proc.go#L4682: pp.gFree.push(gp)
proc.go#L5649: list.push(forcegc.g)
proc.go#L6530: func (l *gList) push(gp *g) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |